home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / triton / demos / demo / smakefile < prev   
Makefile  |  1994-04-09  |  432b  |  17 lines

  1. #
  2. #  Triton - The object oriented GUI creation system for the Amiga
  3. #  Written by Stefan Zeiger in 1993-1994
  4. #
  5. #  (c) 1993-1994 by Stefan Zeiger
  6. #  You are hereby allowed to use this source or parts of it for
  7. #  creating programs for AmigaOS which use the Triton GUI creation
  8. #  system. All other rights reserved.
  9. #
  10. #  SMakefile - Makefile for SAS/C SMake
  11. #
  12.  
  13.  
  14. Demo: Demo.c
  15.     sc LINK LIB=lib:triton.lib Demo.c
  16.     delete demo.lnk demo.o
  17.